type github.com/gotd/td/telegram.fetchedCDNKeys
11 uses
github.com/gotd/td/telegram (current package)
cdn.go#L23: type fetchedCDNKeys struct {
cdn.go#L79: func buildCDNKeysCache(entries []cdnKeyEntry) fetchedCDNKeys {
cdn.go#L80: result := fetchedCDNKeys{
cdn.go#L124: func cloneFetchedCDNKeys(keys fetchedCDNKeys) fetchedCDNKeys {
cdn.go#L125: return fetchedCDNKeys{
cdn.go#L157: func (c *Client) loadCDNKeys(ctx context.Context) (fetchedCDNKeys, error) {
cdn.go#L175: return fetchedCDNKeys{}, ctx.Err()
cdn.go#L178: return fetchedCDNKeys{}, result.Err
cdn.go#L181: keys, ok := result.Val.(fetchedCDNKeys)
cdn.go#L183: return fetchedCDNKeys{}, errors.Errorf("unexpected CDN keys type %T", result.Val)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |